Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > ApplicationFontColors

ApplicationFontColors

String, Real, Boolean, Integer, Integer

Correct default values

Purpose

The ApplicationFontColors parameter specifies the font attributes and color of the Application: label and your application name passed by the command line on the splash screen.

The parameter values represent font‑name, font‑size, font‑bold, color1, and color2. The value of <default> specifies that JADE uses what it recognizes as the correct default values.

The color1 value applies to the Application: label, and the color2 value applies to the label containing the name of application. For example, if you set this parameter to Arial, 12, true, 16777215, 255 and then start the JADE development environment, the Application: label is white, the Jade label is red, and both labels use the Arial 12 point bold font.

Parameter is read when …

The client node is next initialized.